home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / forcom10.zip / FORCOM.DOC < prev    next >
Text File  |  1990-05-20  |  2KB  |  53 lines

  1.                    Documentation for FORCOM Version 1.0
  2.  
  3.              The MICROSOFT FORTRAN Version 5.0 Driver of Choice
  4.                             Cost:  $5.00
  5.  
  6.                        Written By:  Don H. Olive
  7.                        1712 Green Hills Drive
  8.                        Nashville, TN 37215 
  9.                        (615) 269-7555
  10.                        Bitnet: OLIVED@VUCTRVAX 
  11.                             or OLIVE@ORPH01
  12.  
  13. This is a handy little program that will handle the drudgery of
  14. Editing, Compiling, Linking, and even Debugging with Code View
  15. any of the FORTRAN source codes you like.  If you hate typing in
  16. all of those commands and switches or have a batch program that
  17. does the same thing now but requires changing every time you make
  18. a program change, then this program is for you!  Within FORCOM
  19. are all of the FORTRAN 5.0 switches at your disposal. Actually
  20. they are in an ASCII file called Forcom.hlp so that you may print
  21. it out and keep handy.
  22.  
  23. All you have to do is enter FORCOM [source file] [extra routines]
  24. The command line parameters are not necessary though.  However,
  25. if you do include a command line parameter the first one should
  26. be your MAIN program.  Following ones are treated as supplemental
  27. routines that will be linked with the MAIN.  FORCOM also
  28. remembers its last configuration  so that the next time you start
  29. it up it knows what your doing or about to do.
  30.  
  31. Things to remember:  To compile using MS Fortran 5.0  several DOS
  32. environment parameters must be set.
  33. 1.  Lib=   should point to the subdirectory containing the        
  34.            fortran libraries.
  35. 2.  Include=  Should point to the subdirectory containing the
  36.               include files.
  37. 3.  Tmp=   should point to the directory for temporary files.
  38.  
  39. 4.  Also the Path to your compiler HAS TO BE part of the DOS
  40.     Path. 
  41.  
  42. Other things to keep in mind.
  43. 1.  All files in forcom should be entered omitting the file name
  44. extension.
  45. (exception:  The editor, compiler, and code view names MUST
  46. include the .exe extension).
  47. 2.  Don't mess with the file FORCOM.CFG.  It is in ASCII format
  48. and yes, the blank lines mean something!  
  49.  
  50. $5.00 is not much money for a handy utility.  If you like this
  51. program and find it useful then go ahead and send the money in. 
  52. This first version is not anything fancy so if you find any bugs
  53. or just want to tell me about some peculiarity then feel free.